﻿@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap');

/*opciones start*/
section#contenido .size-trasporte{
    width:calc(3vw + 2vh);
}
/*opciones end*/



/*Importantes*/

body {
    font-family: 'Overpass', sans-serif !important;
    color: rgb(12,35,65) !important;
}

section#header2 div.row > div p > a {
    color: rgb(12,35,65);
}
/* Recursos textuales  start*/

.titulos {
    font-size: 2rem;
    color: rgb(12,35,65);
}

.Subtitulos {
    font-size: 1.5rem;  
    color: rgb(12,35,65);
}
.swiper-free-mode > .swiper-wrapper{
    margin:0 auto 7vh auto  ;
}

/*Recursos textuales end*/

/*Botones start*/

a.btn{
   background-color: rgb(12, 35, 65);   
}

/*Botones end*/


