* {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto';
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Bold.ttf') ; 
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*****HEADER******/
#sitio {
    width: 100%;
}

#header-container {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #721331;
    border: 1px solid #721331;
}



#header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color:#721331;
    width: 100%;
    height: 80px;
    color: white;

    font-size: 16px;
}

.ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}


#menu>nav>ul>li {
    margin-left: 30px;
    line-height: 80px;
}

.list {
    list-style: none;
    align-items: center;
}

#menu>nav>ul>li>a {
    text-decoration: none;
    color: white;
}

#redes-sociales>ul>li>a {
    color: white;
    transition: all 100ms;
}

#redes-sociales>ul>li>a:active {
    color: #61C8D1;
    border: 10px 10px 4px white !important;
}

#redes-sociales>ul>li>a:hover {
    margin-right: 5px;
}



#menu {
    display: flex;
    flex-direction: row;
}

#header-container #header #header-izquierda {
    display: flex;
    flex-direction: row;
    line-height: 80px;
    font-size: 20px;
    cursor: pointer;
}

/**-header fin--*/
#section1 {
   
    height: auto;
    background-color: #721331;
    /* background-image: url('img/left-light.png'),url('img/right-light.png'), url('img/center-light.png') ; */
    background-repeat: no-repeat;
    color: white;
    padding-bottom: 200px;
   
}

#section1-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 50px;
    padding-top: 100px;
   
}
#contacto {
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;   
   
}
.bloque {
    display: block;
    width: 700px;
    height: auto;
    text-align: center;
    
}


#text2 {
    font-size: 40px;
    letter-spacing: 1px;

}



#text1 span {
    vertical-align: middle;
}
.card:hover {
    transform: translateY(-10px);
}


#section2-content {
    width: 100%;
    height: auto;
    overflow-x: scroll;
}





#proyectos {
    padding-top: 50px;
    background-color: #61C8D1;
}

#certificaciones {

    grid-column: 2 / 3;
    height: auto;
    padding-top: 50px;
    /* background-color: #A4ABD4;
    grid-row: 2 / 3; */
}

.circulo {
    width: 100px;
    height: 100px;
    border-radius: 75%;
    overflow: hidden;
}

/************ESTILOS GENERALES********/
.vertical {
    display: flex;
    flex-direction: column;
}

.horizontal {
    display: flex;
    flex-direction: row;
}

.bg-white {
    background-color: white;
}

.enlace {
    text-decoration: none;
}

.enlace:visited {
    color: black;
}

.space-around {
    display: flex;
    justify-content: space-around;
}

.p-2 {
    padding: 8px;
}

.br-5px {
    border-radius: 5px;
}

.mt-3 {
    margin-top: 16px;
}

.pb-4 {
    padding-bottom: 32px;
}

.pb-3 {
    padding-bottom: 16px;
}

.text-center {
    text-align: center;
}

.mt-1 {
    margin-top: 4px;
}

.mt-2 {
    margin-top: 8px;
}

.mr-2 {
    margin-right: 8px;
}

.white {
    color: white;
}

.black {
    color: black;
}
h1,h2{
    width:100%;


}
.centrado-vertical {
    display: flex;
    align-items: center;
}

.self-align-center {
    justify-self: center;
}

.centrado-horizontal {
    display: flex;
    justify-content: center;
}

.text-primary {
    color: #61C8D1;
}

.text-secondary {
    color: #721331;
}

.mt-4 {
    margin-top: 32px;
}
.mb-4{
    margin-bottom: 32px;
}
img{
    cursor: pointer;
}
.mt-5 {
    margin-top: 64px;
}

.text-gray {
    color: gray;
}

::-webkit-scrollbar {
    width: 10px;

}

/* Track */
::-webkit-scrollbar-track {
    background: white !important;
}

::-webkit-scrollbar-thumb {
    background: #721331;
    border-radius: 10px;
}

.color-texto-proyecto{
    color: #2C3049;
}
.card {
    background: #721331;
    padding: 20px;
    border-radius: 10px;
    width: 25%;
    text-align: center;
    box-shadow: 0 0 15px #721331;
    transition: transform 0.3s;
}
.pt-3{
    padding-top: 32px;
}

.pb-3{
    padding-bottom: 32px;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

.contact {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}
.font-size-3{
    font-size: 32px;
}
.contact h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color:#721331; /* Verde */
}

.contact p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #666;
}

.contact .contact-info {
    font-size: 18px;
}

.contact .contact-info a {
    color: #721331; /* Verde */
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact .contact-info a:hover {
    color:#721331; /* Verde oscuro */
}

@media (max-width:1300px) {
    .media {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h1{
        font-size: 64px;
    }
    .card {
        background: #721331;
        padding: 40px;
        border-radius: 10px;
        width: 50%;
        text-align: center;
        box-shadow: 0 0 15px #721331;
        transition: transform 0.3s;
        font-size: 25px;
        margin-top: 35px;
    }
    .mr-tablet {
        margin-right: 50px;
    }
    .ml-tablet {
        margin-left: 50px;
    }
    .ml-3{
        margin-left: 32px;
    }
    #text2 {
        font-size: 20px;
    }

    .space-around {
        justify-content: initial;
    }

    .space-around-cell {
        justify-content: space-around;
    }

   .mb-tablet{
    margin-bottom: 35px;
   }
   .icon-divice{
    font-size: 48px;
   }
}

@media (max-width:800px) {
    .list {
       font-size: 25px;
    }

    #header-container {
       padding-left: 10px;
       padding-right: 10px;
    }
 
     #Servicios{
        
        padding-left: 10px;
        padding-right: 10px;
         
     }
     .card {
        background: #721331;
        padding: 40px;
        border-radius: 10px;
        width: 75%;
        text-align: center;
        box-shadow: 0 0 15px #721331;
        transition: transform 0.3s;
        font-size: 25px;
    }
   
.bloque {
   
    width: auto;
   
    
}
}
@media(max-width:500px){

#redes-sociales{
    display: none;
}
}
