@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Allison&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/**-------------
font-family: 'Alfa Slab One', cursive;
font-family: 'Allison', cursive;
font-family: 'Raleway', sans-serif;
font-family: 'Montserrat';
-----------**/
*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
html {
    box-sizing: border-box;
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}
body{
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Montserrat';
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}
img {
    max-width: 100%;
}
a{
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color:inherit;
}
.margen{
    width: 100%;
    max-width: 1024px;
    margin: auto;
}
.crecimiento{
    padding: 30px 5px;
}
.crecimiento h1, .crecimiento h2{
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: left;
}
.crecimiento h1{
    font-size: 4em;
    color: #2f5096;
    display: inline-block;
    width: 90%;
    padding: 0 55px;
    margin: auto;
}
.crecimiento h2{
    font-size: 2.5em;
    color: #4fb5ff;
    display: inline-block;
    width: 90%;
    padding: 0 55px;
    margin: auto;
}
.crecimiento .flexer div p{
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: left;   
    font-size: 1rem;
    margin-bottom: 10px;
    color: #2f5096;
}

.cualidades{
    padding: 30px 5px;
}
.cualidades h1, .crecimcualidadesiento h2{
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: left;
}
.cualidades h1{
    font-size: 4em;
    color: #2f5096;
    text-align: right;
}
.cualidades h2{
    font-size: 2.5em;
    color: #4fb5ff;
    text-align: right;   
}
.cualidades p{
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: right;   
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #545454;
}
.botonpost{
    display: inline-block;
    background: #4fb5ff;
    padding: 10px 30px;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: right;   
    font-size: 1.2rem;
    margin: 5px;
    color: #ffffff;
}

.FRAACEBOX{
    background: url('../IMG/back4.png');
    background-size: cover;
    background-position: center bottom;
    display: block;
    padding: 100px 20px;
    color: #4cb4ff;
    text-align: center;
    margin: 0;
}
.FRAACEBOX h1, .FRAACEBOX h2{
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: left;
}
.FRAACEBOX h1{
    font-size: 2.5em;
    color: #2f5096;
    text-align: center;
}
.FRAACEBOX h2{
    font-size: 2em;
    color: #ffffff;
    text-align: center;   
}
.FRAACEBOX h3{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1.2em;
    background: #2f5096;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
}
.FRAACEBOX p{
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;   
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #ffffff;
}


.VENTAJAS{
    background: url('../IMG/back3.png');
    background-size: cover;
    background-position: center bottom;
    display: block;
    padding: 100px 20px;
    color: #4cb4ff;
    margin: 20px 0 0 0;
}
.VENTAJAS h1, .VENTAJAS h2{
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: left;
}
.VENTAJAS h1{
    font-size: 3em;
    color: #ffffff;
    text-align: center;
}
.VENTAJAS h2{
    font-size: 2.5em;
    color: #4fb5ff;
    text-align: center;   
}
.VENTAJAS p{
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;   
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #ffffff;
}
.VENTAJAS ul{
    width: 90%;
    max-width: 600px;
    margin: auto;
    padding-left: 2rem;
    list-style-type: none;
}
.VENTAJAS li{
    padding-left: 2rem;
    background-image: url("../IMG/bullet.png");
    background-position: 0 0;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;

    font-family: 'Montserrat';
    font-weight: 500;
    text-align: left;   
    font-size: 1.2rem;
    margin: 5px;
    color: #ffffff;
}
.VENTAJAS li strong{
    font-weight: 500;
    color: #4fb5ff;
}

.flexer .flexer2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    margin: auto;
    text-align: center;
    border: 2px solid #FFF;
    padding: 0;
}
.flexer .flexer2:nth-child(1) {
    background: #e5e7f4;
    color: #1f4d8c;
}
.flexer .flexer2:nth-child(2){
    background: #487fbe;
    color: #fff;
}
.flexer .flexer2 div{
    display: inline-block;
    width: 70%;
    box-shadow: none;
    padding: 10px;
}
.flexer .flexer2 img{
    display: inline-block;
    width: 30%;
    padding: 0;
    box-shadow: none;
    margin: 0;
}


.flexer .flexer3{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    margin: auto;
    text-align: center;
    border: 2px solid #FFF;
    padding: 0;
}
.flexer .flexer3:nth-child(1) {
    background: #1f4d8c;
    color: #fff;
}
.flexer .flexer3:nth-child(2){
    background: #c0cdea;
    color: #1f4d8c;
}
.flexer .flexer3 div{
    display: inline-block;
    width: 70%;
    box-shadow: none;
    padding: 10px;
}
.flexer .flexer3 img{
    display: inline-block;
    width: 30%;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.flexer .flexer4{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    margin: auto;
    text-align: center;
    border: 2px solid #FFF;
    padding: 0;
}
.flexer .flexer4:nth-child(1) {
    background: #ced1e0;
    color: #1f4d8c;
}
.flexer .flexer4:nth-child(2){
    background: #487fbe;
    color: #FFF;
}
.flexer .flexer4 div{
    display: inline-block;
    width: 70%;
    box-shadow: none;
    padding: 10px;
}
.flexer .flexer4 img{
    display: inline-block;
    width: 30%;
    padding: 0;
    box-shadow: none;
    margin: 0;
}
.flexer div .texter2{
    font-size: 0.9rem;
}
.flexerimg3{
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
}
.flexerimg3 img{
    width: 30%;
    margin: 20px 1.5%;
    cursor: pointer;
}


.flexer{
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    margin: 20px auto;
    text-align: center;
}
.flexer div{
    display: inline-block;
    width: 50%;
    box-shadow: none;
    padding: 10px;
}
.flexer div h1, .flexer div h2{
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: left;
}
.flexer div h1{
    font-size: 4em;
    color: #68a1e9;
}
.flexer div h2{
    font-size: 2.5em;
    color: #2f5096;
}
.flexer div p{
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: left;   
    font-size: 1.5em;
}
.flexer .sahdow{
    box-shadow: 20px 0px 20px -15px rgba(0, 0, 0, 0.8);
}
.flexer img{
    display: block;
    max-width: 90%;
}
.texinfra1{
    font-family: 'Montserrat';
    color: #565d6c;
    font-weight: 500;
    text-align: left;   
    font-size: 1em;
    text-align: center;
}
.texinfra1 i{
    font-family: 'Montserrat';
    color: #487fbe;
    font-weight: 500;
    font-variant: normal;
    text-align: left;   
    font-size: 1em;
    text-align: center;
}
.texinfra2{
    font-family: 'Montserrat';
    color: #487fbe;
    font-weight: 700;
    text-align: left;   
    font-size: 1.3em;
    text-align: center;
}
.verticales{
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    text-align: left;   
    font-size: 1.5em;
    background: #4cb4ff;
    padding: 10px 20px;
}
.ESPEINDUST{
    background: url('../IMG/back2.png');
    background-size: cover;
    background-position: center bottom;
    display: block;
    padding: 100px 20px;
    color: #4cb4ff;
    margin: 20px 0 0 0;
}
.VOZIP{
    background: url('../IMG/vozip.png');
    background-size: cover;
    background-position: center middle;
    display: block;
    padding: 300px 20% 300px 50%;
    color: #4cb4ff;
    margin: 20px 0 0 0;
}
.VOZIP h1{
    font-size: 2em;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: left;
    color: #fff;
}
.VOZIP h2{
    font-size: 2em;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: left;
    color: #fff;
}
.VOZIP p{
    font-size: 1.5em;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: left;
}
.EVITAPROB{
    background: url('../IMG/back1.png');
    background-size: cover;
    background-position: center middle;
    display: block;
    padding: 100px 20px;
    margin: 20px 0 0 0;
}
.EVITAPROB div{
    background: rgba(1, 6, 51, 0.8);
    display: block;
    margin: 100px auto;
    max-width: 900px;
    padding: 40px;
    text-align: center;
}
.EVITAPROB div h1{
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: center;
    font-size: 2.5em;
    color: #4cb4ff;
}
.EVITAPROB div p{
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 20px;
}
.EVITAPROB div span{
    display: block;
    margin-top: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    font-size: 1em;
    color: #fff;
}
#myVideo {
    display: block;
    margin-top: -100px;
    width: 100%;
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
    margin: 20px;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
footer{
    background: #103475;
    color: #fff;
    padding: 20px;
}
#ablemos1{
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: left;
    font-size: 1.8em;
    color: #4cb4ff;
    margin-top: 20px;
}
#ablemos2{
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
}
#REDES{
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: left;
    font-size: 1em;
    color: #fff;
    display: block;
    padding: 0;
    width: 100%;
}
#REDES h3{
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: left;
    font-size: 1em;
    color: #0caef1;
    display: block;
    padding: 0;
    width: 100%;    
}
#REDES .BLUE{
    color: #0caef1;
    margin-right: 10px;
}
hr{
    margin: 10px;
}
footer form{
    display: block;
    width: 90%;
    margin: 10px auto;
    background: #fff;
    padding-bottom: 10px;
}
footer form h4{
    margin: 0 0 10px 0;
    background: #050728;
    color: #4cb4ff;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: left;
    font-size: 1em;
    display: block;
    padding: 10px;
    width: 100%;  
}
footer form input[type=text], footer form input[type=tel]{
	padding: 0.5rem;
	color: #495057;
    border: 1px solid #050728;
    border-radius: 20px;
    width: 90%;
    height: 40px;
    font-family: 'Montserrat';
    font-weight: 400;
    background: none;
}
footer form input[type=submit]{
    display: block;
    margin: 10px;
    font-family: 'Montserrat';
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em    ;
    text-align: left;   
    background: #4cb4ff;
    padding: 10px 20px;
}
.hr2{
    color: #0caef1;
}
.contactador2{
    background: url('../IMG/backC.png');
    background-size: 100% 100%;
    background-position: center middle;
    position: relative;
    padding: 100px 20px;
}
.Container2{
    width: 90%;
    margin: auto;
    max-width: 1024px;
}
.Container2 h1{
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 4em;
    color: #2f5096;
}
.Container2 h2{
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    font-size: 2.5em;
    color: #4fb5ff;
}
.Container2 p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1.5em;
    color: #2f5096;
    text-align: center;
}
.Container2 p strong {
    font-weight: 400;
    color: #4fb5ff;
}


.contactador{
    background: #d6d9ea;
    position: relative;
}
.Container::before{
    content: '';
    display: inline-block;
    background-image: url('../IMG/frnj.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
}
.Container{
    width: 90%;
    margin: auto;
    max-width: 1024px;
}

.contacto{
    padding: 40px 40px 0 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.contacto h1{
    display: block;
    width: 100%;
    text-align: left;
    flex: none;
    font-size: 1.3em;
    font-weight: 400;
    margin: -80px  0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-variant: normal;
    font-weight: 500;
    color: #050728;
    z-index: 10;
}
.contacto h1 i{
    font-size: 0.9em;
    font-weight: 600;
    font-variant: normal;
    font-weight: 500;
    color: #1f4d8c;
}
.contacto div{
    display: inline-block;
    margin: 0;
    padding: 5px;
    flex: 1 1;
}
.contacto div img{
    margin-left: -22%;
    margin-top: 33%;
}
.CREAR{
    padding: 10px;
    z-index: 9000;
}
.CREAR input, .CREAR textarea, .CREAR select{
    font-family: 'Montserrat', sans-serif;
    padding: 15px 10px;
    margin: 5px;
    width: calc(100% - 30px);
    border: none;
    text-align: left;
    border-radius: 10px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #0caef1
}
.CREAR select{
    width: calc(100% - 10px);
}
.CREAR select{
    width: calc(100% - 35px);
}
.CREAR input[type="checkbox"] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-family: 'Montserrat', sans-serif;
  font-variant: regular;
  font-weight: 500;
  cursor: pointer;
}
.CREAR input[type="checkbox"] {
  display: none;
}
.CREAR input[type="checkbox"] + label:before {
  content: "\2714";
  text-align: left;
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
.CREAR input[type="checkbox"] + label:active:before {
  transform: scale(0);
}
.CREAR input[type="checkbox"]:checked + label:before {
  background-image: linear-gradient(0deg, rgba(248,228,179,1) 0%, rgba(212,187,126,1) 100%);
  border-color: #fff;
  color: #fff;
}
.CREAR input[type="submit"]{
    display: inline-block;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    text-align: left;   
    font-size: 1em;
    background: #092c73;
    padding: 10px 20px;
    cursor: pointer;
    width: auto;
    border-radius: 0;
    height: auto;
}



.CREAR2{
    padding: 10px;
    z-index: 9000;
    text-align: center;
}
.CREAR2 input, .CREAR2 textarea, .CREAR2 select{
    font-family: 'Montserrat', sans-serif;
    padding: 15px 10px;
    margin: 5px;
    width: calc(50% - 15px);
    border: none;
    text-align: left;
    border-radius: 10px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #0caef1;
    display: inline-block;
}
.CREAR2 select{
    width: calc(50% - 10px);
}
.CREAR2 select{
    width: calc(50% - 15px);
}
.CREAR2 input[type="checkbox"] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-family: 'Montserrat', sans-serif;
  font-variant: regular;
  font-weight: 500;
  cursor: pointer;
}
.CREAR2 input[type="checkbox"] {
  display: none;
}
.CREAR2 input[type="checkbox"] + label:before {
  content: "\2714";
  text-align: left;
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
.CREAR2 input[type="checkbox"] + label:active:before {
  transform: scale(0);
}
.CREAR2 input[type="checkbox"]:checked + label:before {
  background-image: linear-gradient(0deg, rgba(248,228,179,1) 0%, rgba(212,187,126,1) 100%);
  border-color: #fff;
  color: #fff;
}
.CREAR2 input[type="submit"]{
    display: inline-block;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    text-align: left;   
    font-size: 1em;
    background: #092c73;
    padding: 10px 20px;
    cursor: pointer;
    width: auto;
    border-radius: 0;
    height: auto;
}
.CREAR2 input[type="submit"] {
    text-decoration: none;
    background-color: #4fb5ff;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    outline: none;
    transition: 0.3s;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.2em;
}
.CREAR2 input[type="submit"]:hover{
    text-decoration: none;
    background-color: #ffffff;
    color: #4fb5ff;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #4fb5ff;
}


.contacto h2{
    display: block;
    width: 100%;
    text-align: center;
    flex: none;
    font-size: 1.2em;
    line-height: 2em;
    margin: 10px  0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-variant: regular;
    font-weight: 500;
    text-align: center;
    color: #1f4d8c;
    z-index: 10;
}
#Contah1{
    display: block;
    width: 100%;
    text-align: center;
    flex: none;
    font-size:2em;
    font-weight: 400;
    margin: 20px auto;
    font-family: 'Montserrat', sans-serif;
    font-variant: normal;
    font-weight: 500;
    color: #565d6c;
}
#Contah1 i{
    font-variant: normal;
    font-weight: 800;
    color: #487fbe;
}
#pleca{
    background: #213a79;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    max-width: 900px;
    margin: 20px auto 40px auto;
    text-align: center;
    border-radius: 20px;
    color: #FFF;
    padding: 0 30px 30px 30px;
    overflow: hidden;
}

#pleca div{
    display: inline-block;
    padding: 20px 10px;
    width: 25%;
    box-shadow: none;
    padding: 10px;
    font-weight: 500;
    font-size: 1.5em;
    text-align: center;
}
#pleca div img{
    display: block;
    width: 80%;
    margin: 10px auto;
}
#pleca div:hover{
    display: inline-block;
    width: 25%;
    box-shadow: none;
    padding: 10px;
    background: #0caef1;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 110px #0caef1;
}
.CONTEXT{
    background: url('../IMG/backconta.png');
    background-size: cover;
    background-position: center middle;
    display: block;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.CONTEXT div{
    background: rgba(1, 6, 51, 0);
    display: block;
    margin: 50px auto;
    max-width: 900px;
    padding: 40px;
    text-align: center;
}
.CONTEXT div p{
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 20px;
}
.CONTEXT div p strong{
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    color: #4cb4ff;
    margin-bottom: 20px;
}

#LISTCON{
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
}

#LISTCON h1{
    display: block;
    width: 100%;
    text-align: center;
    flex: none;
    font-size: 1.2em;
    line-height: 2em;
    margin: 10px 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-variant: regular;
    font-weight: 500;
    text-align: center;
    color: #68a1e9;
}
#LISTCON img{
    width: 95%;
    max-width: 600px;
    margin: 20px auto 50px auto;
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }

/*--recibir--*/
.aviso{
    background: #fff;
    padding: 2em;
    width: 100%;
    text-align: justify;
    color: #3a3a3a;
}
.aviso h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 800;
    font-size: 30px;
    text-align: justify;
    color: #3a3a3a;
}
.aviso p {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
    display: block;
    font-weight: 500;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.aviso ul {
    font-size: 1.6rem;
    list-style: disc;
    margin: 0 0 1.5em 3em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-weight: 500;
}
.aviso li {
    font-weight: 500;
    display: list-item;
    text-align: -webkit-match-parent;
}

.flexer .g-recaptcha{
    display: block;
    width: 100%;
}
.flexer .g-recaptcha div{
    display: block;
    width: auto;
}
.flexer #g-recaptcha-error{
    display: block;
    width: 100%;
    font-weight: 500;
}
#g-recaptcha-errorc{
    display: block;
    width: 100%;
    font-weight: 500;
}
footer form #btnSubmitf {
    display: inline-block;
    margin: 10px;
    font-family: 'Montserrat';
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    text-align: left;
    background: #4cb4ff;
    padding: 10px 20px;
    right: 0;
}

@media only screen and (max-width:800px) {
    .flexer{
        padding: 5px;
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 98%;
        margin: 20px auto;
        text-align: center;
    }
    .flexer div{
        display: inline-block;
        width: 100%;
        box-shadow: none;
        padding: 10px;
    }
    .flexer div h1{
        font-size: 2.5em;
    }
    .flexer div h2{
        font-size: 1.8em;
    }
    .flexer .flexer2{
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 90%;
        margin: 20px auto;
        text-align: center;
    }
    .flexer .flexer2 div{
        display: inline-block;
        width: 90%;
        box-shadow: none;
        padding: 10px;
        margin: auto;
    }
    .flexer .flexer2 img{
        display: block;
        width: 100%;
        box-shadow: none;
        padding: 0px;
        margin: auto;
    }
    .flexer .flexer3{
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 90%;
        margin: 20px auto;
        text-align: center;
    }
    .flexer .flexer3 div{
        display: inline-block;
        width: 90%;
        box-shadow: none;
        padding: 10px;
        margin: auto;
    }
    .flexer .flexer3 img{
        display: block;
        width: 100%;
        box-shadow: none;
        padding: 0px;
        margin: auto;
    }
    .flexer .flexer4{
        padding: 5px;
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 90%;
        margin: 20px auto;
        text-align: center;
    }
    .flexer .flexer4 div{
        display: inline-block;
        width: 90%;
        box-shadow: none;
        padding: 10px;
        margin: auto;
    }
    .flexer .flexer4 img{
        display: block;
        width: 100%;
        box-shadow: none;
        padding: 0px;
        margin: auto;
    }
    .flexer .sahdow{
        box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.8);
    }

    .VOZIP{
        padding: 300px 10% 300px 10%;
    }
    .contacto h1{
        margin: 10px  0 10px 0;
    }
    .contacto{
        padding: 40px 40px 40px 40px;
        text-align: center;
        display: block;
    }
    .contacto img{
        display: none;
    }

    #pleca{
        display: block;
        padding: 30px 0 30px 30px;
    }
    
    #pleca div{
        display: block;
        padding: 20px;
        width: 90%;
        box-shadow: none;
        padding: 10px;
        font-weight: 500;
        font-size: 1.5em;
        text-align: center;
    }
    #pleca div:hover{
        display: block;
        width: 90%;
        box-shadow: none;
        padding: 20px;
        background: #0caef1;
        border-radius: 20px;
        box-shadow: 0px 0px 110px #0caef1;
    }
    .Container::before{
        display: none;
    }
    .verticales{
        display: block;
        font-weight: 500;
        text-align: center;
        font-size: 1.5em;
        line-height: 1.5em;
        background: #4cb4ff;
        border-radius: 5px;
    }
    .VOZIP{
        background: url('../IMG/vozip.png');
        background-size: cover;
        background-position: center left;
        display: block;
        padding: 100px 10% 100px 10%;
        color: #4cb4ff;
        margin: 20px 0 0 0;
    }
    .VOZIP h1{
        font-size: 2em;
        font-family: 'Montserrat';
        font-weight: 700;
        text-align: center;
        color: #fff;
    }
    .VOZIP h2{
        font-size: 2em;
        font-family: 'Montserrat';
        font-weight: 500;
        text-align: center;
        color: #fff;
    }
    .VOZIP p{
        font-size: 1.5em;
        font-family: 'Montserrat';
        font-weight: 500;
        text-align: center;
        text-shadow: 1px 1px #ffffff;
    }
    .VENTAJAS h2 {
        font-size: 2em;
        color: #4fb5ff;
        text-align: center;
    }
    .VENTAJAS h1 {
        font-size: 2.5em;
        color: #ffffff;
        text-align: center;
    }
    .VENTAJAS ul {
        width: 100%;
        max-width: 600px;
        margin: auto;
        padding-left: 0rem;
        list-style-type: none;
    }
    .crecimiento h1 {
        font-size: 3em;
        color: #2f5096;
    }
    .crecimiento h2 {
        font-size: 2em;
        color: #4fb5ff;
    }
    .cualidades h1 {
        font-size: 3em;
        color: #2f5096;
        text-align: right;
    }
    .cualidades h2 {
        font-size: 2em;
        color: #4fb5ff;
        text-align: right;
    }
    .flexerimg3{
        padding: 5px;
        display: block;
        align-items: center;
        width: 90%;
        max-width: 900px;
        margin: 20px auto;
        text-align: center;
    }
    .flexerimg3 img{
        width: 90%;
        margin: 10px 5%;
        cursor: pointer;
    }

    .CREAR2 input, .CREAR2 textarea, .CREAR2 select{
        font-family: 'Montserrat', sans-serif;
        padding: 15px 10px;
        margin: 5px;
        width: calc(100% - 15px);
        border: none;
        text-align: left;
        border-radius: 10px;
        background: rgba(255, 255, 255, .8);
        border: 1px solid #0caef1;
        display: inline-block;
    }
    .CREAR2 select{
        width: calc(100% - 10px);
    }
    .CREAR2 select{
        width: calc(100% - 15px);
    }
    .crecimiento h1{
        display: block;
        width: 100%;
        padding: 0 10px;
        margin: auto;
    }
    .crecimiento h2{
        display: block;
        width: 100%;
        padding: 0 10px;
        margin: auto;
    }
}