html, body {
  height: 100% !important;
}

body {
  font-family: 'Muli', sans-serif;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Muli', sans-serif;
}

a {
  text-decoration: none !important;
}

img {
  pointer-events: none;
}

.container-fluid {
  position: relative;
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}
    
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

::selection {
  color: white;
  background: #fe353b; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: white;
  background: #fe353b; /* Gecko Browsers */
}

@media (max-width: 450px) {
.col-xxs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
}

/* Push Footer */

.page-container {
  position: relative;
  min-height: 100%;
}

.push-footer {
  padding-bottom: 274px;
}

@media (max-width: 767px) {
.push-footer {
  padding-bottom: 245px;
}
}

/* Padding */

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* Header */

.myheader {
  /*background: linear-gradient(to bottom, rgba(0,0,0,.2) 40%, rgba(0,0,0,0) 100%);*/
  background: transparent;
  backdrop-filter: blur(0px);  
  -webkit-backdrop-filter: blur(0px);
  border-bottom: 3px solid transparent;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 15px 30px 0 30px;
  z-index: 900;
  transition: .3s;
}

.myheaderscr {
  background: rgba(33, 33, 33, .9);
  backdrop-filter: blur(10px);  
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 3px solid #dbdbdb;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 0 30px;
  box-shadow: 0 0 30px rgba(0,0,0,.6);
  z-index: 900;
  transition: .3s;
}

.headlogo {
  background-image: url(../images/csp-logo2.svg);
  background-size: auto 60%;
  background-position: left;
  background-repeat: no-repeat !important;
  /*width: 150px;*/
  width: 165px;
  height: 90px;
  position: absolute;
  top: -15px;
  left: 0;
  transition: .3s;
}

.headlogoscr {
  background-image: url(../images/csp-logo2.svg);
  background-size: auto 47%;
  background-position: left;
  background-repeat: no-repeat !important;
  width: 275px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

@media (max-width: 400px) {
.headlogoscr {
  background-image: url(../images/csp-logo.svg);
  width: 150px;
}
}

/* Navbar */

.navbar {
  padding: 0;
}

.myheader .navbar-nav>li>a {
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding-top: 17px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 3px solid transparent;
  height: 55px;
  transition: .3s;
}

.myheaderscr .navbar-nav>li>a {
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding-top: 32px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 3px solid transparent;
  height: 90px;
  transition: .3s;
}

.myheader .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: white;
  background-color: #fe353b;
  border: 3px solid #fe353b;
  border-radius: 10px;
}
.myheaderscr .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: white;
  background-color: #fe353b;
  border: 3px solid #fe353b;
  border-radius: 0px;
  height: 90px;
}

.myheader .mytoggler {
  position: absolute;
  top: -30px;
  right: 0;
}
.myheaderscr .mytoggler {
  position: absolute;
  top: -15px;
  right: 0;
}

.navbar-nav {
  background: rgba(73,73,73,0);
}

@media (max-width: 992px) {
.myheaderscr .navbar-nav>li>a {
  padding-top: 17px !important;
  height: 55px;
}
.myheader .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  padding-top: 17px !important;
  height: 55px;
  border-radius: 0;
}
.navbar-nav {
  background: #5c5c5c;
  margin-top: 110px;
  padding: 20px 0;
  box-shadow: 0 5px 30px rgba(0,0,0,.1);
}
}

/* Menu button */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px !important;
  height: 30px !important;
  position: relative !important;
  margin: 50px auto !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transition: .5s ease-in-out !important;
  -moz-transition: .5s ease-in-out !important;
  -o-transition: .5s ease-in-out !important;
  transition: .5s ease-in-out !important;
  cursor: pointer !important;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block !important;
  position: absolute !important;
  height: 4px !important;
  width: 100% !important;
  background: white !important;
  border-radius: 2px !important;
  opacity: 1 !important;
  left: 0 !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transition: .25s ease-in-out !important;
  -moz-transition: .25s ease-in-out !important;
  -o-transition: .25s ease-in-out !important;
  transition: .25s ease-in-out !important;
}

#nav-icon3 span:nth-child(1) {
  top: 0px !important;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px !important;
}

#nav-icon3 span:nth-child(4) {
  top: 20px !important;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important;
}

/* Inicio */

.sectionmain {
  background-image: url(../images/centro-servicio-back2.jpg);
  background-size: cover;
  background-position: center;
}

.sectionmain .container {
  padding: 200px 25px 120px 25px;
  max-width: 1200px;
}

.sectionmain h1 {
  color: white;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: .3s;
}

.sectionmain p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionmain h1 {
  font-size: 28px;
}
.sectionmain p {
  font-size: 13px;
}
}

/* Acerca de */

.sectionimg {
  width: 100%;
  height: 1400px;
  margin-top: -700px;
  margin-bottom: -700px;
  position: relative;
  z-index: 100;
  pointer-events: none;
  overflow: hidden;
}

.sectionimg img {
  width: 100%;
  max-width: 45%;
  position: absolute;
  top: 20%;
  left: -8%;
  transform: translate(8%,-20%);
  pointer-events: none;
}

@media (min-width: 1920px) {
.sectionimg img {
  width: 100%;
  max-width: 45%;
}
}

@media (max-width: 767px) {
.sectionimg img {
  width: 767px;
  max-width: 767px;
  top: 30%;
  left: 30%;
  transform: translate(-50%,-30%);
}
}

@media (max-width: 576px) {
.sectionimg img {
  width: 576px;
  max-width: 576px;
  top: 36%;
  left: 35%;
  transform: translate(-50%,-36%);
}
}


.sectionabout {
  /*background-image: url(../images/reparacion-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  background-color: #f1f1f1;
  border-top: 3px solid #dbdbdb;
  padding: 0;
  z-index: 90;
}

.sectionabout .container {
  padding: 90px 35px 90px 400px;
  max-width: 1200px;
}

@media (max-width: 1200px) {
.sectionabout .container {
  padding: 90px 35px 90px 37vw;
}
}

@media (max-width: 767px) {
.sectionabout  {
  /*background-image: url(../images/reparacion-back2.jpg);
  background-size: 100% auto;
  background-position: bottom;*/
}
.sectionabout .container {
  padding: 70px 35px 570px 35px;
}
}

@media (max-width: 767px) {
.sectionabout .container {
  padding: 70px 35px 570px 35px;
}
}

@media (max-width: 576px) {
.sectionabout .container {
  padding: 70px 35px 450px 35px;
}
}

.sectionabout h2 {
  color: #212121;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -.5px;;
  line-height: 1;
  text-align: center;
  transition: .3s;
}

.sectionabout h2 span {
  color: #fe353b;
}

.sectionabout p {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionabout h2 {
  font-size: 28px;
}
.sectionabout p {
  font-size: 12px;
}
}

.sectionabout .grid {
  height: 100%;
  background: transparent;
  border: 3px solid #212121;
  border-radius: 10px;
  backdrop-filter: blur(10px);  
  -webkit-backdrop-filter: blur(10px);
  padding: 20px 30px 30px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1;
}

.sectionabout .grid:hover {
  background: #989898;
  border: 3px solid #fe353b;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
}

.sectionabout .grid .gridimg {
  background-size: 100%;
  width: 70px;
  height: 70px;
  display: block;
  margin: 18px auto 25px auto;
  transition: .3s;
}

.sectionabout .grid:hover .gridimg {
  margin: 10px auto 33px auto;
}

.sectionabout .grid .img1 {
  background: url(../images/about-icon1-out.svg);
  transition: .3s;
}
.sectionabout .grid:hover .img1 {
  background: url(../images/about-icon1-in.svg);
}
.sectionabout .grid .img2 {
  background: url(../images/about-icon2-out.svg);
  transition: .3s;
}
.sectionabout .grid:hover .img2 {
  background: url(../images/about-icon2-in.svg);
}
.sectionabout .grid .img3 {
  background: url(../images/about-icon3-out.svg);
  transition: .3s;
}
.sectionabout .grid:hover .img3 {
  background: url(../images/about-icon3-in.svg);
}
.sectionabout .grid .img4 {
  background: url(../images/about-icon4-out.svg);
  transition: .3s;
}
.sectionabout .grid:hover .img4 {
  background: url(../images/about-icon4-in.svg);
}

.sectionabout .grid .gridfx {
  background-color: #989898;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  position: absolute;
  top: -200%;
  left: 50%;
  transform: translate(-50%,200%);
  z-index: -1;
  transition: .4s;
}

.sectionabout .grid:hover .gridfx {
  background-color: #fe353b;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sectionabout .grid h4 {
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  transition: .3s;
}

.sectionabout .grid:hover h4 {
  color: white;
}

@media (max-width: 992px) {
.sectionabout .grid h4 {
  font-size: 13px;
  
}
}

/* Servicios */

.sectionservice {
  background-color: white;
  border-top: 3px solid #dbdbdb;
  padding: 0;
}

.sectionservice .container {
  padding: 90px 35px 90px 35px;
  max-width: 1200px;
}

@media (max-width: 767px) {
.sectionservice .container {
  padding: 70px 35px 70px 35px;
}
}

.sectionservice h1 {
  color: #212121;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -.5px;;
  line-height: 1;
  text-align: center;
  transition: .3s;
}

.sectionservice h1 span {
  color: #fe353b;
}

.sectionservice p {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionservice h1 {
  font-size: 28px;
}
.sectionservice p {
  font-size: 12px;
}
}

.sectionservice .grid {
  height: 100%;
  background-color: #f0f0f0;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  border: 3px solid #212121;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.sectionservice .grid:hover {
  background-color: white;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
  border: 3px solid #fe353b;
}

.sectionservice .grid .icon {
  background-color: #212121;
  padding: 20px 30px 5px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sectionservice .grid .gridimg {
  background-size: 100%;
  width: 70px;
  height: 70px;
  display: block;
  margin: 18px auto 25px auto;
  transition: .3s;
}

.sectionservice .grid:hover .gridimg {
  margin: 10px auto 33px auto;
}

.sectionservice .grid .img1 {
  background: url(../images/serv-icon1.svg);
}
.sectionservice .grid .img2 {
  background: url(../images/serv-icon2.svg);
}
.sectionservice .grid .img3 {
  background: url(../images/serv-icon3.svg);
}
.sectionservice .grid .img4 {
  background: url(../images/serv-icon4.svg);
}

.sectionservice .grid .icon .gridfx {
  background-color: #989898;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  position: absolute;
  top: -200%;
  left: 50%;
  transform: translate(-50%,200%);
  z-index: -1;
  transition: .4s;
}

.sectionservice .grid:hover .icon .gridfx {
  background-color: #fe353b;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sectionservice .grid .text {
  padding: 35px 30px;
}

.sectionservice .grid .text h4 {
  color: #212121;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: .3s;
}

.sectionservice .grid .text p {
  color: #212121;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionservice .grid .text {
  padding: 35px 25px;
}

.sectionservice .grid .text h4 {
  font-size: 17px;
}
.sectionservice .grid .text p {
  font-size: 11px;
  
}
}

/* Mantenimiento y reparación */

.sectionrepair {
  background-image: url(../images/reparacion-backb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #464646;
  border-top: 3px solid #dbdbdb;
  padding: 0;
}

.sectionrepair .container {
  padding: 90px 35px 90px 500px;
  max-width: 1200px;
}

@media (max-width: 1200px) {
.sectionrepair .container {
  padding: 90px 35px 90px 40vw;
}
}

@media (max-width: 767px) {
.sectionrepair  {
  background-image: url(../images/reparacion-backb2.jpg);
  background-size: 100% auto;
  background-position: bottom;
}
.sectionrepair .container {
  padding: 70px 35px 55vw 35px;
}
}

.sectionrepair h1 {
  color: white;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -.5px;;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
  transition: .3s;
}

.sectionrepair h1 span {
  color: #fe353b;
}

.sectionrepair p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionrepair h1 {
  font-size: 28px;
}
.sectionrepair p {
  font-size: 13px;
}
}

.sectionrepair .grid {
  height: 100%;
  background: rgba(48, 48, 48, .4);
  border: 3px solid #dbdbdb;
  border-radius: 10px;
  backdrop-filter: blur(10px);  
  -webkit-backdrop-filter: blur(10px);
  padding: 20px 30px 30px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1;
}

.sectionrepair .grid:hover {
  border: 3px solid #fe353b;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
}

.sectionrepair .grid .gridimg {
  background-size: 100%;
  width: 70px;
  height: 70px;
  display: block;
  margin: 18px auto 25px auto;
  transition: .3s;
}

.sectionrepair .grid:hover .gridimg {
  margin: 10px auto 33px auto;
}

.sectionrepair .grid .imgmul {
  background: url(../images/repair-icon-multimetros.svg);
  transition: .3s;
}
.sectionrepair .grid .imgamp {
  background: url(../images/repair-icon-pinzas.svg);
  transition: .3s;
}
.sectionrepair .grid .imgosci {
  background: url(../images/repair-icon-osciloscopios.svg);
  transition: .3s;
}
.sectionrepair .grid .imggen {
  background: url(../images/repair-icon-generadores.svg);
  transition: .3s;
}
.sectionrepair .grid .imgfuen {
  background: url(../images/repair-icon-fuentes.svg);
  transition: .3s;
}
.sectionrepair .grid .imgmed {
  background: url(../images/repair-icon-medidores.svg);
  transition: .3s;
}
.sectionrepair .grid .imgterm {
  background: url(../images/repair-icon-termometros.svg);
  transition: .3s;
}
.sectionrepair .grid .imgcam {
  background: url(../images/repair-icon-camaras.svg);
  transition: .3s;
}
.sectionrepair .grid .imgotr {
  background: url(../images/repair-icon-otros.svg);
  transition: .3s;
}

.sectionrepair .grid .gridfx {
  background-color: #fe353b;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  position: absolute;
  top: -200%;
  left: 50%;
  transform: translate(-50%,200%);
  z-index: -1;
  transition: .4s;
}

.sectionrepair .grid:hover .gridfx {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sectionrepair .grid h4 {
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  transition: .3s;
}

.sectionrepair .grid:hover h4 {
  color: white;
}

@media (max-width: 992px) {
.sectionrepair .grid h4 {
  font-size: 13px;
  
}
}

/* Contacto */

.sectioncontact {
  background-color: white;
  border-top: 3px solid #dbdbdb;
  padding: 0;
}

.sectioncontact .container {
  padding: 90px 35px 100px 35px;
  max-width: 850px;
}

@media (max-width: 767px) {
.sectioncontact .container {
  padding: 70px 35px 70px 35px;
}
}

.sectioncontact h1 {
  color: #212121;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -.5px;;
  line-height: 1;
  text-align: center;
  transition: .3s;
  z-index: 200;
}

.sectioncontact h4 {
  color: #212121;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  max-width: 600px;
  margin: 0 auto 20px auto;
  text-align: center;
  transition: .3s;
  z-index: 200;
}

.sectioncontact h4 span {
  color: #fe353b;
}
.sectioncontact strong {
  font-weight: 800;
}

.sectioncontact p {
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 5px 0;
  transition: .3s;
}

.sectioncontact a {
  color: #212121;
}

.sectioncontact svg {
  font-size: 18px;
  vertical-align: middle;
  color: #fe353b;
  margin-right: 5px;
}

.sectioncontact .fa-whatsapp {
  font-size: 20px;
}

@media (max-width: 992px) {
.sectioncontact h4 {
  font-size: 28px;
}
.sectioncontact p {
  font-size: 13px;
}
}

.sectioncontact .map {
  width: 100%;
  height: 1920px;
  position: absolute;
  top: -770px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  filter: #212121scale(0%);
  z-index: 0;
}

.sectioncontact .mapfade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(farthest-corner at 50% 20%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 1) 100%);
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
.sectioncontact .mapfade {
  background: radial-gradient(farthest-corner at 50% 20%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 70%, rgba(255, 255, 255, 1) 100%);
}
}

.sectioncontact .mapspace {
  width: 100%;
  height: 240px;
}

.sectioncontact .contactinfo {
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 60px 50px 55px 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  border: 3px solid /*#dbdbdb*/ white;
  border-radius: 10px;
  z-index: 2;
}

@media (max-width: 767px) {
.sectioncontact .contactinfo {
  padding: 55px 30px 50px 30px;
}
}

/* Formulario */

.sectionform {
  background-image: url(../images/formulario-back.jpg);
  background-size: cover;
  background-color: #212121;
  border-top: 3px solid #dbdbdb;
  padding: 0;
}

.sectionform .container {
  padding: 90px 35px 100px 35px;
  max-width: 745px;
}

@media (max-width: 767px) {
.sectionform {
  background-size: auto 100%;
}
.sectionform .container {
  padding: 70px 35px 70px 35px;
}
}

.sectionform h1 {
  color: white;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -.5px;;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
  transition: .3s;
  z-index: 200;
}

.sectionform h2 {
  color: white;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  transition: .3s;
}

.sectionform strong {
  font-weight: 800;
}

.sectionform p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 5px 0 40px 0;
  transition: .3s;
}

.sectionform a {
  color: #ff5e63;
  font-weight: 700;
  transition: .3s;
}

.sectionform a:hover {
  color: #ff9ea1;
}

@media (max-width: 992px) {
.sectionform h1 {
  font-size: 28px;
}
.sectionform h2 {
  font-size: 20px;
}
.sectionform p {
  font-size: 13px;
}
}

.sectionform label {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}

.sectionform input {
  color: white;
  /*width: 100%;*/
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  border: 3px solid #dbdbdb;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  outline: none;
  margin-bottom: 15px;
  transition: .3s;
}

@media (max-width: 992px) {
.sectionform label {
  font-size: 13px;
}
.sectionform input {
  font-size: 13px;
}
}

.sectionform input:hover, .sectionform input:focus {
  background: rgba(255, 255, 255, .3);
}

.sectionform button {
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 25px;
  margin: 40px auto 0 auto;
  display: block;
  border: 3px solid #fe353b;
  background: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.sectionform button:disabled {
  opacity: .5;
}

.sectionform button:hover {
  color: white;
  border: 3px solid #fe353b;
  background: #fe353b;
}

@media (max-width: 992px) {
.sectionform button {
  font-size: 13px;
}
}

/* Footer */

footer {
  background-color: #424242;
  border: none;
  padding: 0;
}

footer .container {
  padding: 50px 35px 40px 35px;
  max-width: 740px;
}

footer .logo {
  background-image: url(https://agelectronica.com/images/AG_logo3.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
  height: 70px; 
  width: 100px; 
  margin: 0 auto 30px auto;
}

footer p {
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

footer hr {
  margin: 30px 0;
  border: .5px solid #212121;
}

footer a {
  color: #ff6368;
  font-weight: 700;
  transition: .3s;
}

footer a:hover {
  color: #ff9ea1;
}


/* Botones laterales */

.to-top-btn, .to-top-btn:focus {
  color: white;
  cursor: pointer;
  outline: none;
  background-color: #fe353b;
  border: 3px solid #fe353b !important;
  width: 60px;
  height: 60px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -60px;
  border-radius: 10px;
  z-index: 900;
  border: none;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  opacity: 0;
  transition: .3s;
}

.to-top-btn:hover {
  color: white;
  background-color: #fe353b;
}

.to-top-btn svg {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.to-top-btn-scr, .to-top-btn-scr:focus {
  color: white;
  cursor: pointer;
  outline: none;
  background-color: #fe353b;
  border: 3px solid #fe353b !important;
  width: 60px;
  height: 60px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  border-radius: 10px;
  z-index: 900;
  border: none;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  opacity: 1;
  transition: .3s;
}

.to-top-btn-scr:hover {
  color: white;
  background-color: #fe353b;
}

.to-top-btn-scr svg {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {

.to-top-btn, .to-top-btn-scr {
  width: 40px !important;
  height: 40px !important;
}

.to-top-btn svg, .to-top-btn-scr svg {
  font-size: 17px !important;
}

}

/* Checkbox */

.control {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.control span {
  vertical-align: -2px;
  margin-left: 5px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 3px solid #dbdbdb;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  outline: none;
}
.control--radio .control__indicator {
  border-radius: 0;
  transition: 0.3s;
}
.control:hover input ~ .control__indicator {
  border: 3px solid #fe353b;
  background: #fe353b;
}
.control input:checked ~ .control__indicator {
  border: 3px solid #fe353b;
  background: #fe353b;
}
.control:hover input:not([disabled]):checked ~ .control__indicator {
  border: 3px solid #fe353b;
  background: #fe353b;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 6px;
  top: 7px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
  transition: 0.3s;
}
.control--radio .control__indicator:after {
  left: 6px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  transition: 0.3s;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
  transition: 0.3s;
}
