/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Medium.eot');
    src: url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-Medium.woff2') format('woff2'),
        url('../fonts/GothamRounded-Medium.woff') format('woff'),
        url('../fonts/GothamRounded-Medium.ttf') format('truetype'),
        url('../fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Light.eot');
    src: url('../fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-Light.woff2') format('woff2'),
        url('../fonts/GothamRounded-Light.woff') format('woff'),
        url('../fonts/GothamRounded-Light.ttf') format('truetype'),
        url('../fonts/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('../fonts/GothamRounded-BookItalic.eot');
    src: url('../fonts/GothamRounded-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-BookItalic.woff2') format('woff2'),
        url('../fonts/GothamRounded-BookItalic.woff') format('woff'),
        url('../fonts/GothamRounded-BookItalic.ttf') format('truetype'),
        url('../fonts/GothamRounded-BookItalic.svg#GothamRounded-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-LightItalic.eot');
    src: url('../fonts/GothamRounded-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-LightItalic.woff2') format('woff2'),
        url('../fonts/GothamRounded-LightItalic.woff') format('woff'),
        url('../fonts/GothamRounded-LightItalic.ttf') format('truetype'),
        url('../fonts/GothamRounded-LightItalic.svg#GothamRounded-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-MediumItalic.eot');
    src: url('../fonts/GothamRounded-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-MediumItalic.woff2') format('woff2'),
        url('../fonts/GothamRounded-MediumItalic.woff') format('woff'),
        url('../fonts/GothamRounded-MediumItalic.ttf') format('truetype'),
        url('../fonts/GothamRounded-MediumItalic.svg#GothamRounded-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Bold.eot');
    src: url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
        url('../fonts/GothamRounded-Bold.woff') format('woff'),
        url('../fonts/GothamRounded-Bold.ttf') format('truetype'),
        url('../fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-BoldItalic.eot');
    src: url('../fonts/GothamRounded-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-BoldItalic.woff2') format('woff2'),
        url('../fonts/GothamRounded-BoldItalic.woff') format('woff'),
        url('../fonts/GothamRounded-BoldItalic.ttf') format('truetype'),
        url('../fonts/GothamRounded-BoldItalic.svg#GothamRounded-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('../fonts/GothamRounded-Book.eot');
    src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-Book.woff2') format('woff2'),
        url('../fonts/GothamRounded-Book.woff') format('woff'),
        url('../fonts/GothamRounded-Book.ttf') format('truetype'),
        url('../fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*estilos generales*/
html, body{opacity:0; font-family: 'Gotham Rounded';}
html{position:relative; min-height:100%}
body{margin-bottom:0px; position: relative;}
.height-100{height:100%}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#DB2629 !important}
.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.relativeZ1{position: relative; z-index: 1}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629; margin-bottom: 10px; font-size: 12px
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 45px; bottom: 30px; z-index: 100
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 11000; background: #fff;
}
.loader .logo{
  width: 300px;
}

/*Header*/
header{
  background: transparent; position: fixed; width: 100%; left: 0; top: 0; z-index: 1000; padding-bottom: 0px;
}
.nav{display: block; position: relative; z-index: 1}
header ul{
  padding-left: 0px !important; border:none; border-radius: 0px; margin-bottom: 0px !important; text-align: center; display: block; margin-top: 56px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header ul li{
  list-style-type: none !important; display: inline-block !important; margin-right: 20px !important; margin-left: 20px !important; background: none !important; border-radius: 0px !important; border:none !important; vertical-align: top
}
header ul li:first-child{margin-left: 0px !important}
header ul li:last-child{margin-right: 0px !important}
header ul li a:hover,header ul li a:focus{
  color: #fff;
}
.nav-tabs>li a.active,.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
  color: #31B19A; border-bottom: 2px solid #31B19A; font-weight: 400
}
nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border:none;
    border-radius: 0px;
}
.nav>li>a {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color:transparent;
    border:none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-right: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.nav-tabs {
    border-bottom: none;
}
.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0;
}
.nav-tabs>li>a:hover {

}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
}
.affix {
  position: relative;
}
/*header.dos .nav>li>a{
  color: #505349;
}
*/
header.dos{
  height: 107px; background: #5D245E
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
.list-groups{
    position: sticky; /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 0px;
}
header .list-group-item.active {
    z-index: 2;
    color: #31B19A;
    background:none;
    border:none;
    border-bottom: 2px solid #31B19A;
}
header .c-idiomas{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #fff;
  text-decoration: none;
  padding-top: 56px;
  display: block;
}
header .c-idiomas a, header .c-idiomas a:hover, header .c-idiomas a:focus{
  color: #fff; text-decoration: none
}
header .c-idiomas .active{
  color: #31B19A;
}
header .c-redes{
  padding-top: 53px
}
header .c-redes i{
  color: #fff; margin-right: 13px
}
header .c-redes i.fa-facebook{font-size: 15px}
header ul li:first-child{
  transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header.dos ul li:first-child{
  position: relative; padding-left: 220px
}
header .logo-o{
  width: 0px; opacity: 0; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; position: absolute; left: 0; top: -12px
}
header.dos .logo-o{
  width: 172px; opacity: 1
}
header.dos ul{
  margin-top: 45px
}
header.dos .c-idiomas{
  padding-top: 45px
}
header.dos .c-redes {
    padding-top: 42px;
}

/*Footer*/
footer{
  background: #EB524D; position: relative; padding-bottom: 43px
}
footer .titulo{
  padding-top: 90px; margin-bottom: 65px;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
footer .titulo button{
  width: 208px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  background: none;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px
}
footer .c-redes i{
  color: #fff; margin-right: 13px
}
footer .c-redes i.fa-facebook{font-size: 15px}
footer .avisos{
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}
footer a, footer a:hover, footer a:focus{
  color: #FFFFFF; text-decoration: none
}
footer .c-datos{
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}

/*Inicio*/
.inicio-1{background-image: url('../img/fondo-inicio.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: relative; height: 100vh}
.inicio-1 .botones{
  position: absolute; left: 0; right: 0; bottom: 114px; margin: auto; text-align: center;
}
.inicio-1 .botones button{
  width: 208px;
  height: 50px;
  background: #EB524D;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border:none;
  margin-left: 12.5px;
  margin-right: 12.5px
}
.inicio-1 .botones button.dos{
  background: #EFB25A;
}
.inicio-1 .shape{
  width: 160px; position: absolute; left: 0; right: 0; bottom: -30px; margin: auto; z-index: 2
}
.inicio-2 .bg-1{
  background: #EFB25A; position: relative;
}
.inicio-2 .bg-1 .c-img{
  padding-left: 90px; padding-right: 90px; width: 100%; z-index: 1
}
.inicio-2 .bg-1 .c-img img{
  filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.25));
}
.inicio-2 .bg-1 .shape{width: 100%;}
.inicio-2 .bg-2{
  background: #EB524D; padding-top: 130px; padding-bottom: 129px; padding-left: 63px
}
.inicio-2 .bg-2 h1{
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 17px
}
.inicio-2 .bg-2 p{
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
  width: 527px;
  max-width: 100%
}
.inicio-3{
  background-image:url('../img/fondo-microfono.jpg'); padding-top: 100px; position: relative; height: 441px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.inicio-3 .titulo{
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 45px
}
.inicio-3 ul{padding-left: 0; margin-bottom: 0}
.inicio-3 ul li{
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  position: relative;
  padding-left: 20px
}
.inicio-3 ul li span{
  color: #31B19A; position: absolute; left: 0
}
.inicio-3 .microfono{max-width: 100%; position:absolute; top: -110px; z-index: 1}
.inicio-3 .shape{
  width: 160px; position: absolute; left: 0; right: 0; bottom: -30px; margin: auto; z-index: 1
}
.inicio-3 .columna-1{padding-left: 50px}
.inicio-3 .columna-2{padding-left: 50px}
.inicio-3 .columna-3{position: relative;}
.inicio-4{position: relative; background: #31B19A; padding-bottom: 95px; padding-top: 100px}
.inicio-4 .titulo{
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 45px
}
.inicio-4 .c-item{padding-bottom: 25px}
.inicio-4 .item{
  background: linear-gradient(180deg, #3DC8AF 0%, #31B19A 100%);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  min-height: 100%;
  padding-top: 45px;
  padding-bottom: 35px;
  padding-left: 37px;
  padding-right: 37px;
}
.inicio-4 .item span{
  width: 13px;
  height: 70px;
  background: #5D245E;
  border-radius: 5px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.inicio-4 .item span.dos{
  background: #EFB25A;
}
.inicio-4 .item span.tres{
  background: #EB524D;
}
.inicio-4 .item .punto{
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 20px
}
.inicio-4 .item p{
  font-style: normal;
  font-weight: 325;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0
}
.inicio-4 .shape{
  width: 160px; position: absolute; left: 0; right: 0; bottom: -30px; margin: auto; z-index: 1
}
.inicio-4 .shape-2{
  position: absolute; left: 0; top: 71px; width: 100%
}

#modalContacto{z-index: 9999}
#modalContacto .modal-dialog{
  width: 820px; max-width: 100%
}
#modalContacto .modal-dialog .contenido{
  background: #EB524D;
  padding-top: 70px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
  position: relative;
}
#modalContacto .modal-dialog .contenido .shape-2{
  width: 160px; position: absolute; left: 0; right: 0; top: -30px; margin: auto; z-index: 1
}
#modalContacto .modal-dialog .contenido .cerrar-modal{
  position: absolute; right: 0; top: 0; z-index: 1; cursor: pointer;
}
#modalContacto h2{
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
  margin-top: 0;
}
#modalContacto p{
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px
}
#modalContacto input[type=text],#modalContacto input[type=email]{
  background: none;
  border-radius: 0;
  border:none;
  border-bottom:1px solid #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  padding-left: 0;
  height: 40px;
  width: 100%;
  margin-bottom: 20px
}
#modalContacto textarea{
  background: none;
  border-radius: 0;
  border:none;
  border-bottom:1px solid #fff;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  padding-left: 0;
  height: 115px;
  width: 100%;
  padding-top: 8px;
  margin-bottom: 10px
}
#modalContacto table{width: 100%}
#modalContacto table h3{
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0;
  margin-left: -75px
}
#modalContacto table h3 a, #modalContacto table h3 a:hover, #modalContacto table h3 a:focus{
  color: #fff; text-decoration: none
}
#modalContacto table h3 input{vertical-align: sub;}
#modalContacto table button{
  width: 146px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  background: none;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
#modalContacto table button img{vertical-align: text-top; width: 8px}
#modalContacto table .g-recaptcha{
  display: inline-block;
  transform: scale(0.7);
  transform-origin: 0 0;
  position: relative;
  top: 10px
}
#modalContacto table tr td:nth-child(1){
  width: 200px
}
#modalContacto table tr td:nth-child(3){
  text-align: right;
}
#modalContacto *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #fff !important;
	opacity:1;
}
#modalContacto *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #fff !important;
	opacity:1;
}
#modalContacto *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #fff !important;
	opacity:1;
}
#modalContacto *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #fff !important;
	opacity:1;
}

/* medias SM para abajo*/
@media (max-width:991px)
{
  header{display: none}
  .menu-mobile .contiene-logo{
    width: 150px;
    height: 50px;
    background: none;
    position: absolute;
    left: 0px;
    top: 0;
  }
  .menu-mobile.dos{background: #5D245E}
  .menu-mobile.dos .contiene-logo{background: none; box-shadow: none}
  #modalMenu .contiene-logo{
    width: 150px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
  }
  #modalMenu .logo{width: 80px;}
  #modalMenu .cierra-menu{
    position: absolute; right: 0; top: 0
  }
  #modalMenu{
    z-index: 10000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background: #5D245E; padding-top: 13px; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; z-index: 1
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{list-style-type: none; margin-bottom: 25px}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-right: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    display: block;
    border:none
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus,#modalMenu ul li a.active{
    color: #31B19A;
    border-bottom: 2px solid #31B19A;
    font-weight: 400;
    text-decoration: none
  }
  #modalMenu .redes{margin-top: 15px}
  #modalMenu .red{
    font-size: 18px; color: #fff; margin-left: 7px; margin-right: 7px; vertical-align: middle;
  }
  #modalMenu .c-idiomas{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding-top: 0;
    display: block;
    margin-bottom: 15px
  }
  #modalMenu .c-idiomas a, #modalMenu .c-idiomas a:hover, #modalMenu .c-idiomas a:focus{
    color: #fff; text-decoration: none
  }
  #modalMenu .c-idiomas .active{
    color: #31B19A;
  }
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999;
  }
  .menu-mobile .logo{width: 80px; filter: brightness(0) invert(1);}
  .menu-mobile .abre-menu{
    filter: brightness(0) invert(1); margin-top: 16px
  }
  .menu-mobile.dos{
    height: 50px;
  }
  .menu-mobile.dos .logo{filter:none}
  .menu-mobile.dos .abre-menu{
  }
  #modalContacto .modal-dialog .contenido{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #modalContacto h2{font-size: 20px; line-height: 32px}
  #modalContacto .pr5{padding-right: 15px;}
  #modalContacto .pl5{padding-left: 15px;}
  #modalContacto table, #modalContacto tbody, #modalContacto tr, #modalContacto td{
    width: 100% !important;
    text-align: center;
    display: block;
  }
  #modalContacto table .g-recaptcha{transform: none}
  #modalContacto .modal-dialog .contenido .cerrar-modal{top: 15px; right: 15px}
  #modalContacto table h3{margin-left: 0; text-align: center; margin-top: 15px; margin-bottom: 15px}
  #modalContacto table tr td:nth-child(3) {
    text-align: center;
  }
  #modalContacto .modal-content{border:none}
  .inicio-1{background-image: url('../img/Slider_Responsivo.jpg');}
  .inicio-1 .logo{width: 250px}
  .inicio-1 .botones button{width: 140px; height: 40px; font-size: 12px;}
  .inicio-1{background-position: center;}
  .inicio-2 .bg-1{height: auto; padding-top: 50px; padding-bottom: 50px}
  .inicio-2 .bg-1 .c-img{padding-left: 50px; padding-right: 50px; position: relative; left: inherit; top:inherit; right: inherit; transform: none; -webkit-transform: none; -moz-transform: none;}
  .inicio-1 .shape{width: 80px; bottom: -15px}
  .inicio-2 .bg-2{padding-top: 50px; padding-bottom: 50px; padding-left: 15px}
  .inicio-2 .bg-2 h1{font-size: 20px; line-height: normal; text-align: center;}
  .inicio-2 .bg-2 p{font-size: 14px; line-height: normal; text-align: center; width: 100%}
  .inicio-3{padding-top: 50px; height: auto; padding-bottom: 50px; background-position: right;}
  .inicio-3 .titulo{font-size: 20px; line-height: normal; margin-bottom: 30px}
  .inicio-3 .columna-1{padding-left: 15px}
  .inicio-3 .columna-2{padding-left: 15px}
  .inicio-3 .columna-3{text-align: center;}
  .inicio-3 .microfono{position: relative; top: inherit; margin-top: 30px; margin-bottom: 50px}
  .inicio-3 ul li{font-size: 14px; line-height: normal;}
  .inicio-3 .shape{width: 80px; bottom: -15px}
  .inicio-4{padding-top: 50px; padding-bottom: 50px}
  .inicio-4 .titulo{font-size: 20px; line-height: normal; margin-bottom: 30px}
  .inicio-4 .item{padding-top: 30px; padding-bottom: 30px}
  .inicio-4 .item .punto{font-size: 20px; line-height: normal; text-align: center;}
  .inicio-4 .item p{font-size: 14px; line-height: normal; text-align: center;}
  .inicio-4 .shape{width: 80px; bottom: -15px}
  footer .titulo{padding-top: 50px; margin-bottom: 30px; font-size: 20px; line-height: normal;}
  footer .c-redes{text-align: center; padding-bottom: 30px}
  footer .avisos{font-size: 14px; line-height: normal; text-align: center;}
  footer .c-datos{font-size: 14px; line-height: normal; text-align: center;}
  #modalContacto .modal-dialog .contenido .shape-2{width: 80px; top: -15px}

}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{
.inicio-4 .item{padding-left: 20px; padding-right: 20px}
}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
header ul li{
  margin-right: 10px !important;
  margin-left: 10px !important;
}
header.dos ul li:first-child{padding-left: 150px}
header.dos .logo-o{width: 122px}
header .logo-o{top: -3px}
.inicio-2 .bg-1 .c-img{padding-left: 50px; padding-right: 50px}
.inicio-2 .bg-2{padding-left: 30px}
.inicio-3 ul li{font-size: 14px; line-height: 28px}
.inicio-4 .item .punto{font-size: 20px; line-height: normal;}
.inicio-4 .item p{font-size: 14px; line-height: normal;}
.inicio-4 .item{padding-left: 25px; padding-right: 25px}
}

@media (max-width:767px){

}
@media (min-width:992px){
}
@media (min-width:768px) and (max-height:660px){

}
@media (min-width:768px) and (max-height:500px){

}
@media (min-width:768px) and (max-height:767px)
{

}
@media (max-width:360px){

}
@media (min-width:1600px){
}
@media (min-width:1200px) and (max-width:1249px)
{

}
@media (min-width: 1200px){
  .inicio-2 .bg-1 .c-img{
    max-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    /* overflow: hidden; */
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
  }
  .inicio-2 .bg-1 .c-img img{
    max-width: 100%;
    /* max-height: 100%; */
    width: auto;
  }
  .inicio-2{
    background: #EFB25A
  }
  .row-experiencia{
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .inicio-2 .fondo-rojo{
    background: #EB524D; height: 100%; width: 50%; top: 0; right: 0; position: absolute;
  }

}
