/* General */
*{ 
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}


p{ 
    font-family: 'Montserrat', sans-serif;
}

.bg-light{ 
    background-color: white !important;
}

.contenedor1{ 
    background:url("../images/bg1.png");
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contenedor2{ 
    background:url("../images/bg2.png");
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   
}

.imglogogordo{ 
    width: 300px;
}

.titulo{ 
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.texto{ 
    margin-top: -25px;
}

form input[type=text]{ 
    background-color: #cecece ;
    border: 0ch;
    height: 50px;
    width: 350px;
    border-radius: 25px;
    color: white;
}

input:focus{
    outline: none;
}

input[type=text]
{
padding-top:6px;
}


.botonimagen{
    background-image:url('../images/enviar.png');
    background-repeat:no-repeat;
    height:70px;
    width:320px;
    background-position:center;
    border: 0ch;
    background-color: transparent;
  }


  .botonimagen2{
    background-image:url('../images/btn-probar.png');
    background-repeat:no-repeat;
    height:70px;
    width:320px;
    background-position:center;
    border: 0ch;
    background-color: transparent;
  }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
    font-size: 14px;
    font-weight: 700;
    padding-top: 5px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    font-weight: 700;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
    font-weight: 700;
  }

/* MEDIA QUERYS*/
@media only screen and (max-width: 600px) { 
    .logoganamos{ 
        width: 90px;
    }
    .logoteletica{ 
        width: 130px;
    }
    .titulo{ 
        font-size: 20px;
        text-transform: uppercase;
    }
    .texto{ 
        margin-top: -20px;
        font-size: 14px;
    }
}

.gallotapado{ 

    font-size: 100px;
    font-weight: 700;
}

    
  
        