@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}
/* TEXTOS  ------------------------------------------------*/
.titulo_home {
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	text-shadow: 2px 2px 4px #000000;
	line-height: 40px;
	font-weight: 500;
}
.titulo01 {
	font-size: 30px;
	color: #003366;
	text-align: left;
	font-weight: 700;
	margin-top: 0px;
}
.titulo02 {
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
}
.titulo03 {
	font-size: 30px;
	color: #003366;
	text-align: center;
	font-weight: 700;
	margin-top: 0px;
	padding-top: 20px;
}
.tituloseccionintro{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 100;
}
.subtitulo01 {
	color: #6593B4;
	font-weight: bold;
}
.subtitulo02 {
	font-size: 20px;
	color: #6593B4;
	text-align: left;
	font-weight: 700;
	margin-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.subtitulo03 {
	font-size: 30px;
	color: #6593B4;
	text-align: center;
	font-weight: 700;
	margin-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.texto01 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 1.5em;
	font-weight: 300;
}
.texto01c {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 1.5em;
	font-weight: 300;
	padding: 20px;
}

.textobco {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
	font-weight: 300;
}
.bullet01 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	font-weight: 300;
	line-height: 1.5em;
	background-image: url(../img/basics/bullet.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 8px;
}
.subrayado {
	text-decoration: underline;
}
.seccion {
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #999999;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	padding-top: 12px;
}
.seccidioma {
	text-align: right;
	display: block;	
}

@media (max-width: 900px) {
.seccidioma {
	text-align: center;
	display: block;
	padding-top: 10px;
}
}

/* LINK IDIOMA ------------------------------------------------*/

a.linkidioma:link {
	text-decoration: none;
	color: #6593B4;
}
a.linkidioma:visited {
	text-decoration: none;
	color: #6593B4;
}
a.linkidioma:hover {
	text-decoration: underline;
	color: #0052A1;
}

/* LINK AZUL ------------------------------------------------*/

a.linkazul:link {
	color: #003366;
	text-decoration: none;
}
a.linkazul:visited {
	color: #003366;
	text-decoration: none;
}
a.linkazul:hover {
	color: #6593B4;
	text-decoration: underline;
}

/* LINK BLANCO ------------------------------------------------*/

a.linkblanco:link {
	text-decoration: none;
	color: #FFF;
}
a.linkblanco:visited {
	text-decoration: none;
	color: #FFF;
}
a.linkblanco:hover {
	text-decoration: none;
	color: #FFF;
}

/* LINK GRIS ------------------------------------------------*/

a.linkgris:link {
	text-decoration: none;
	color: #9f9f9f;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9f9f9f;
	padding-bottom: 5px;
}
a.linkgris:visited {
	text-decoration: none;
	color: #9f9f9f;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9f9f9f;
	padding-bottom: 5px;
}
a.linkgris:hover {
	text-decoration: none;
	color: #6593B4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6593B4;
	padding-bottom: 5px;
}

/* LINK MAS / BOTON ------------------------------------------------*/

.boton01 {
	font-family: 'Montserrat', sans-serif;
	color: #003366;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
a.linkboton:link {
	text-decoration: none;
	color: #003366;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 5px;
}
a.linkboton:visited {
	text-decoration: none;
	color: #003366;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 5px;
}
a.linkboton:hover {
	text-decoration: none;
	color: #6593B4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6593B4;
	padding-bottom: 5px;
}

/* CONTACT FORM ------------------------------------------------*/

input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background-color: #FFFFFF;
}

input[type=submit] {
	background-color: #6593B4;
	color: white;
	padding: 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	display: block;
margin: 10px auto;
}

input[type=submit]:hover {
	background-color: #004282;
}

.containercontact {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 25px;
	font-size: 14px;
	text-align: left;
	background-color: #f1f1f1;
	color: #0052A1;
}
.contactotel {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	text-align: center;
	color: #0052A1;
	line-height: 28px;
}
.contactomail {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #0052A1;
	line-height: 28px;
}
.contactodir {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 1.5em;
	font-weight: 300;
}


/* FOOTER  ------------------------------------------------*/
.fticono {
	width: 25px;
	max-width: 25px;
	height: auto;	
}
.fttitulobco {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.ftdireccion {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #9f9f9f;
	line-height: 18px;
	margin-top: -12px;
	font-weight: 400;
	text-align: center;
}

.iconosocialdown{ /* checar */
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imgsocial { /* checar */
	width: 20px;
	height: auto;
}
.correo {
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ftderechos {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #9f9f9f;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #284E75;
	padding-top: 6px;
}

.aviso {
	font-size: 12px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 3px;
}

.derechos {
	padding-top: 5px;
}

@media (max-width: 900px) {
  .ftderechos {
	text-align: center;
	padding-top: 15px;
}
.aviso {
	text-align: center;
	margin: 0px;
	padding-bottom: 20px;
}
}

/* IMG SIZE ------------------------------------------------*/
.logovllweb {
	width: 100px;
	height: 105px;
}
.imgflag {
	width: 15px;
	height: auto;
}
.imground {
	max-width: 95%;
    height: auto;
	border-radius: 6px;	
}
.homepic {
	background-color: #003366;
	background-image: url(../img/pics/home_pic.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

/* FONDOS  ------------------------------------------------*/
.azul01 {
	background-color: #003366;
}
.azul02 {
	background-color: #22657d;
}
.azul03 {
	height: 100px; 
    background-color: #0052A1; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, rgb(0,52,102), rgb(0,82,161));
}
.azul04 { /* azul claro */
	background-color: #6593B4;
}
.gris01 {
	background-color: #9f9f9f;
}
.fondo_nav {
	background-color: #003366;
	background-image: url(../img/bk/secc_nav.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;	
}


/* SEPARADOR TRIANGULO ------------------------------------------------*/
.triangle {
	position: relative;
	background-color: #0052A1; /* For browsers that do not support gradients */
	background-image: linear-gradient(180deg, rgb(0,52,102), rgb(0,82,161));
	height: 20vh;
	
}

.triangle p {/* Texto caja en p */
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #0052A1 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

/* CAJA AZUL DEGRADADO ------------------------------------------------*/
.blue-block { /*texto en caja */
	color:#FFFFFF;
	padding: 20px;
	text-align: center;
	background-color: #0052A1; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, rgb(0,52,102), rgb(0,82,161));
}