@charset "UTF-8";
/* CSS Document */

html, 
html * {
	margin: 0;
}
header {
	padding: 6px;
	background-color: #F3DB2E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    valign: middle;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
footer {
	padding: 30px;
	background-color: #444;
}
body {
	margin-left: auto;
	margin-right: auto;
	background: #333;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    text-shadow: 2px 2px 3px #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #FFF;
    text-decoration: none;
}
h2 {
    text-shadow: 1px 1px 2px #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #FFF;
    text-decoration: none; 
}

.style-icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 33px;
	height: 33px;
}

.layout {
	background-image: url(imagenes/background.webp);
	background-size: cover;
    margin-top: 50px;
	padding: 0px 0px 0px 0px;
    height: 400px;
    background-repeat: no-repeat;
    background-color: #000;
}
.llamado {
    float: left;
    margin: 180px 20px 0px 30px;
    display: table;
}
.sub_llamado {
    float: left;
    margin: 15px 20px 0px 30px;
}
.layout2 {
	background-image: url(imagenes/layout2.webp);
	background-size: cover;
	padding: 0px 0px 0px 0px;
    height: 360px;
    background-repeat: no-repeat;
    background-color: #666;
    
}
.layout-contacto {
	background-image: url(imagenes/layout2.webp);
	background-size: cover;
	padding: 0px 0px 0px 0px;
    height: 360px;
    background-repeat: no-repeat;
    background-color: #666;
    margin-top: 30px;
    display: inline-block;
}
.geolocalizacion {
	background-image: url(imagenes/geolocalizacion.webp);
	background-size: contain;
	padding: 0px 0px 0px 0px;
    height: 386px;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.seguimiento {
	background-image: url(imagenes/seguimiento.webp);
	background-size: contain;
	padding: 0px 0px 0px 0px;
    height: 386px;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.fondo_amarillo {
	padding: 30px;
	background-color: #F3DB2E;
    display: block;
}
.fondo_blanco {
	padding: 30px;
	background-color: #FFF;
}
.linea_amarilla {
    border: 1px #F3DB2E solid;
    width: 90%;
    float: center;
}

.col {
	width: 100%;
}
.col-blanco {
	width: 100%;
    background-color: #FFF;
}

.row:before, .row:after {
	content: "";
	display: table;
    
}
.row:after {
	clear: both;
}
.row-mail:before, .row:after {
	content: "";
	display: table;
    margin: 50px 10px 10px 20px;
}
.row-mail:after {
	clear: both;
}

.row-amarillo {
    clear: both;
    display: table;
    width: 100%;
    background-color: #F3DB2E;
    padding: 30px 30px;
    text-align: center;
}
.row-main {
    clear: both;
    display: table;
    width: 100%;
}
.row-verde {
    clear: both;
    display: table;
    width: 100%;
    background-color: #436975;
}
.row-blanco {
    clear: both;
    display: table;
    width: 100%;
    background-color: #FFF;
}

.titulo_blanco {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
    float: right;
    margin-top: 10px;
}
.titulo_amarillo {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #F3DB2E;
	text-decoration: none;
    float: right;
}
.texto_amarillo_ch {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #F3DB2E;
	text-decoration: none;
    float: left;
    letter-spacing: 2px;
}

.link_nav:hover {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #FFF;
    text-decoration: underline;
    margin-right: 10px;
}
.link_nav {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #FFF;
    text-decoration: none;
    margin-right: 10px;
}

.link_negro_left:hover {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #000;
	text-decoration: underline;
	line-height:25px;
    text-align: left;
    font-weight: bold;
}
.link_negro_left {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	line-height:25px;
    text-align: left;
    font-weight: bold;
}
.link_footer:hover {
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	line-height:19px;
    text-align: left;
    font-weight: 500;
}
.link_footer {
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #EEE;
	text-decoration: none;
	line-height:19px;
    text-align: left;
    font-weight: 500;
}
.texto_negro_left {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #333;
	text-decoration: none;
	line-height:25px;
    text-align: left;
}
.texto_footer {
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #EEE;
	text-decoration: none;
	line-height:19px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
}
.texto_negro_ch {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	line-height:25px;
    text-align: left;
    padding: 10px;
}
.texto_mail {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	line-height:25px;
    text-align: left;
    padding: 30px;
}
.texto_negro_center {
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
    font-weight: 600;
	color: #000;
	text-decoration: none;
	line-height:36px;
    text-align: center;
}

.contenido_centrado {
    text-align: center;
    padding: 10px;
}
.contenido_contacto {
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    display: block;
}

.llamado-contacto {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	font-size: 27px;
	color: #F5DF4D;
	text-decoration: none;
    float: left;
    margin-top: 60px;
    margin-left: 20px;
    display: block;
}
.llamado2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	font-size: 22px;
	color: #F5DF4D;
	text-decoration: none;
    float: left;
    margin-top: 120px;
    margin-left: 20px;
    display: block;
}
.llamado3 {
    text-shadow: 1px 1px 9px #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	font-size: 33px;
	color: #FFF;
	text-decoration: none;
    float: left;
    margin-top: 40px;
    margin-left: 60px;
}

.punteo {
	padding: 6px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
    text-align: left;
    margin-left: 20px;
    display: table;
}
.punteo2 {
	padding: 6px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
	font-size: 20px;
    text-align: left;
    margin-left: 30px;
    line-height:33px;
    display: table;
}

.info_a {
        margin-bottom: 10px;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        color: #FFF;
    }
.info_amarillo {
        margin-bottom: 10px;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 21px;
        color: #F3DB2E;
    }
.boton_amarillo:hover {
    font-family: 'Roboto', sans-serif;
    background-color: #FFF;
    border: 2px #000 solid;
    padding: 10px 24px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}
.boton_amarillo {
    font-family: 'Roboto', sans-serif;
    background-color: #F3DB2E;
	border: 2px #000 solid;
	padding: 10px 24px;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}

.texto_form {
    width: 90%;
    padding: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: left;
    font-weight: 300;
    color: #404040;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 6px;
    background-color: #FFF;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 15px;
    opacity: 0.8;
}
.div-flex {
    display: flex;
    text-align: center;
}

@media (max-width: 768px) {
    .logo img {
        height: 50px;
        margin-right: auto; /* alinea a la izquierda */
    }
  
    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 1px;
        background-color: #666;
        box-shadow: 0px 8px 16px 0px #333;
        display: none;
        text-align: center;
      }

    .menu ul {
        flex-direction: column;
        list-style-type: none;
    }

    .menu li {
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .menu li:hover {
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 10px;
        background-color: #F3DB2E;
        padding: 10px;
    }


    .menu.active {
        display: block;
        float: right;
    }
    
    .menu-icon {
        display: block;
        cursor: pointer;
        margin-left: auto; /* alinea a la derecha */
        margin-right: 10px;
        color: #FFF;
    } 
    
}

/*Tablet View*/

@media (min-width: 768px){
    
    h1 {
        text-shadow: 1px 1px 9px #000000;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 36px;
        color: #FFF;
        text-decoration: none;
    }
    h2 {
        text-shadow: 1px 1px 9px #000000;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 22px;
        color: #FFF;
        text-decoration: none; 
    }
	
    .logo img {
        height: 50px;
    }
    .menu {
        display: flex;
        text-align: center;
        justify-content: space-between;
        align-items: center;
        valign: middle;
    }
    .menu ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        text-align: center;
    }
    .menu li {
        margin-right: 20px;
        display: inline-block;
        text-align: center;
    }
    .menu-icon {
        display: none;
    }
    
    .link_nav:hover {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #000;
        text-decoration: underline;
        margin-right: 10px;
    }
    .link_nav {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #444;
        text-decoration: none;
        margin-right: 10px;
    }

    .layout {
        background-image: url(imagenes/background.webp);
        background-size: cover;
        padding: 0px 0px 0px 0px;
        height: 500px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .llamado_pc {
        float: left;
        margin-top: 220px;
        margin-left: 60px;
        display: table;
        clear: both;
    }
    .sub_llamado_pc {
        float: left;
        margin-top: 30px;
        margin-left: 60px;
        display: table;
        clear: both;
    }
    .layout2 {
        background-image: url(imagenes/layout2.webp);
        background-size: cover;
        padding: 0px 0px 0px 0px;
        height: 580px;
        background-repeat: no-repeat;
    }
    .llamado2 {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 39px;
        color: #F5DF4D;
        text-decoration: none;
        float: left;
        margin-top: 240px;
        margin-left: 20px;
        display: block;
    }
    .punteo_pc {
        padding: 6px;
        color: #FFF;
        font-family: 'Roboto', sans-serif;
        font-size: 26px;
        text-align: left;
        margin-top: 20px;
        margin-left: 90px;
        display: table;
    }
    
    .row-amarillo {
        background-color: #F3DB2E;
        text-align: center;
    }
    .row-verde {
        clear: both;
        display: flex;
        width: 100%;
        background-color: #436975;
    }
    
    .col {
		float: left;
	}
    .col_mitad {
        width: 50%;
    }
    .info_a {
        margin-bottom: 20px;
        margin-top: 40px;
        margin-left: 130px;
        margin-right: 70px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        color: #FFF;
    }
    
    .col-10 {
        width: 10%;
        
	}
    .col-40 {
        width: 40%;
	}
    
    .contenido_contacto {
        text-align: center;
        padding: 10px;
        margin-top: 90px;
    }
    
    .boton_amarillo:hover {
        font-family: 'Roboto', sans-serif;
        background-color: #FFF;
        border: 2px #000 solid;
        padding: 12px 30px;
        border-radius: 30px;
        color: #000;
        text-decoration: none;
        font-size: 19px;
        font-weight: 600;
        margin-top: 20px;
    }
    .boton_amarillo {
        font-family: 'Roboto', sans-serif;
        background-color: #F3DB2E;
        border: 2px #000 solid;
        padding: 12px 30px;
        border-radius: 30px;
        color: #000;
        text-decoration: none;
        font-size: 19px;
        font-weight: 600;
        margin-top: 20px;
    }
    
    .texto_negro_center {
        font-family: 'Roboto', sans-serif;
        font-size: 27px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
        line-height:36px;
        text-align: center;
        margin: 20px 50px 20px 50px;
    }
}


/*Desktop View*/

@media (min-width: 1024px){


	body {
		max-width: 100%;
	}
   
    h1 {
        text-shadow: 1px 1px 9px #000000;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 44px;
        color: #FFF;
        text-decoration: none;
    }
    h2 {
        text-shadow: 1px 1px 9px #000000;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #FFF;
        text-decoration: none; 
    }
    
    .layout {
        background-image: url(imagenes/background.webp);
        background-size: cover;
        padding: 0px 0px 0px 0px;
        height: 570px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .layout2 {
        background-image: url(imagenes/layout2.webp);
        background-size: cover;
        padding: 0px 0px 0px 0px;
        height: 660px;
        background-repeat: no-repeat;
    }
    .layout-contacto {
        background-image: url(imagenes/layout2.webp);
        background-size: cover;
        padding: 0px 0px 0px 0px;
        height: 660px;
        background-repeat: no-repeat;
    }
    
    .style-logo {
		float: left;
	}
    .style-contacto {
		float: right;
	}
    
    .col-lg-menu {
		width: 25%;
	}
    .col-lg-contenido {
		width: 75%;
	}
    
    
    .llamado_pc {
        float: left;
        margin-top: 220px;
        margin-left: 60px;
        display: table;
        clear: both;
    }
    .sub_llamado_pc {
        float: left;
        margin-top: 30px;
        margin-left: 60px;
        display: table;
        clear: both;
    }
    .llamado2 {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 44px;
        color: #F5DF4D;
        text-decoration: none;
        float: left;
        margin-top: 240px;
        margin-left: 50px;
        display: block;
    }
    .llamado-contacto {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 44px;
        color: #F5DF4D;
        text-decoration: none;
        float: left;
        margin-top: 60px;
        margin-left: 50px;
        display: block;
    }
    .punteo_pc {
        padding: 6px;
        color: #FFF;
        font-family: 'Roboto', sans-serif;
        font-size: 26px;
        text-align: left;
        margin-left: 90px;
        display: table;
    }
    .punteo2_pc {
        padding: 6px;
        color: #FFF;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        text-align: left;
        margin-left: 90px;
        line-height:33px;
        display: table;
    }
    
    .info_amarillo {
        margin-bottom: 10px;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 27px;
        color: #F3DB2E;
    }
    
    
}