/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:visited {
  color: rgb(0, 0, 0);
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Thin;
  src: url("../fonts/Montserrat-Thin.ttf");
  font-display: swap;
}

/*---------------------------------------------------1920X1080px */
@media only screen and (max-width: 1920px) {
  h1 {
    font-family: Montserrat-ExtraBold;
    font-size: 50px;
    line-height: 45px;
    color: rgb(25, 0, 83);
    text-align: center;
  }
  .titulo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  h2 {
    font-family: Montserrat-ExtraBold;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 25px;
    color: rgb(25, 0, 83);
  }
  p {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgb(107, 107, 107);
  }
  p.textos {
    text-align: justify;
  }
  .fblanco {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: white;
  }
  .principal {
    width: 100%;
    padding-top: 100px;
  }
  .fondo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
  .contenedor {
    width: 100%;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contenedorblog {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contblog {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    padding: 0px;
  }
  .fotoblog{
    width: 100%;
    margin-bottom: 50px;
  }
  .foto1 {
    width: 100%;
    height: 60vh;
    margin: 0;
    padding: 0;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
  }
  .foto1#art1 {
    background-image: url(../blog/img/art1.jpg);
  }
  .foto1#art2 {
    background-image: url(../blog/img/art2.jpg);
  }
  .foto1#art3 {
    background-image: url(../blog/img/art3.jpg);
  }
  .foto1#art4 {
    background-image: url(../blog/img/art4.jpg);
  }
  .colblog {
    display: flex;
    flex-direction: column;
    width: 22%;
  }
  article#unacol {
    height: 700px;
    margin-top: 10px;
  }
  article#trescol {
    height: 290px;
    margin-top: 10px;
  }
  /*----BOTONES -------*/
  .btn_text {
    font-family: Montserrat-ExtraBold;
    font-size: 11px;
    line-height: 11px;
    color: white;
  }
  .cont_btn {
    float: left;
    display: flex;
    flex-direction: row;
  }
  .btn_redondos {
    float: left;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 45px;
    padding: 20px;
    margin-top: 30px;
    border-radius: 24px;
  }
  .btn_redondos img {
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
  }
  .btnamarillo {
    background-color: rgb(255, 196, 0);
  }
  /*-----FOTOS------*/
  .fotos {
    float: left;
    width: 100%;
  }
  .f1 {
    width: 33.3%;
    height: 52vh;
    margin: 0;
    padding: 0;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
}
/*---------------------------------------------------1440px */
@media only screen and (max-width: 1440px) {
  article#unacol {
    height: 700px;
    margin-top: 10px;
  }
}
/*---------------------------------------------------1366px */
@media only screen and (max-width: 1366px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 25px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .fblanco {
    padding-bottom: 0px;
  }
  .principal {
    padding-top: 0px;
  }
  .contenedor {
    width: 100%;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .colblog {
    display: flex;
    flex-direction: column;
    width: 48%;
    padding-bottom: 100px;
  }
  article#trescol {
    height: 200px;
    margin-top: 10px;
  }
  .btn_redondos {
    float: left;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    height: 40px;
    padding: 10px;
    margin-top: 30px;
    border-radius: 24px;
  }
}
/*---------------------------------------------------1280px */
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 36px;
    line-height: 39px;
  }
  h2 {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 0px;
  }
  article#unacol {
    height: 800px;
    margin-top: 10px;
  }
}
/*---------------------------------------------------1024px */
@media only screen and (max-width: 1024px) {
  article#trescol {
    height: 230px;
    margin-top: 10px;
  }
  .contblog {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding: 0px;
  }
}
/*----------------------------------------------------962X601px----- */
@media only screen and (max-width: 962px) {
  h1 {
    text-align: center;
    line-height: 32px;
  }
  h2 {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 10px;
    padding-top: 70px;
    color: rgb(25, 0, 83);
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }
  p.textos {
    text-align: center;
  }
  img.botones {
    width: 180px;
  }
  .colblog {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  article#trescol {
    height: 230px;
    margin-top: 0px;
  }
  article#unacol {
    height: 1100px;
    margin-top: 10px;
  }
}
/*----------------------------------------------------768px */
@media only screen and (max-width: 768px){
  .foto1 {
    height: 40vh;
}
article#unacol {
  height: 1200px;
  margin-top: 10px;
}
}
/*----------------------------------------------------601X962px */
@media only screen and (max-width: 601px){
  h1 {
    text-align: center;
    line-height: 36px;
  }
  h2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 30px;
    color: rgb(25, 0, 83);
  }
  p {
    font-size: 14px;
    line-height: 30px;
  }
  article#trescol {
    height: 330px;
    margin-top: 0px;
  }
}
/*---------------------------------------------------414X896px */
@media only screen and (max-width: 414px) {
  h1 {
    text-align: center;
    line-height: 38px;
  }
  h2 {
    text-align: center;
    line-height: 26px;
  }
  .colblog {
    padding-bottom: 50px;
  }
  .contenedor {
    padding-bottom: 10px;
  }
  article#unacol {
    height: 1400px;
    margin-top: 10px;
  }
  .contblog {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0px;
  }
}
/*---------------------------------------------------360X640PX */
@media only screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  h2 {
    text-align: center;
    line-height: 26px;
  }
  article#unacol {
    height: 1500px;
    margin-top: 10px;
  }
}
/*----------------------------------------------------320px */
@media only screen and (max-width: 320px){
  article#trescol {
    height: 350px;
    margin-top: 0px;
  }
  article#unacol {
    height: 1700px;
    margin-top: 10px;
  }
}
